home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 October / PCWELT_10_2006.ISO / pcwsoft / pcwPDF2HTML_v0.1.exe / {app} / pcwPDF2HTML.chm / dbk.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-10-03  |  4.1 KB  |  259 lines

  1.  
  2.  
  3. body {
  4.     color: black;
  5.     background: white;
  6.     margin-left: 10%;
  7.     margin-right: 10%;
  8.     font-family: arial, helvetica, sans-serif;
  9.     line-height : 120%;
  10. }
  11.  
  12. /*Titre du document*/
  13. h1.title {
  14.     font-family: Arial, Helvetica, sans-serif;
  15.     font-size: 1.7em;
  16.     color: navy;
  17.     background: white;
  18.     text-align: left;
  19. }
  20.            
  21. /*Sous-titre du document*/
  22. h3.subtitle { 
  23.               font-family: Arial, Helvetica, sans-serif;
  24.               font-size: 1.1em;
  25.               color: navy;
  26.               background: white;
  27.               text-align: left;
  28.               }
  29.  
  30. h3.author {
  31. font-size:1em;
  32. }
  33. div.affiliation, div.bibliomisc{
  34.     font-size:  90%;
  35. }
  36. /* Header definitions */
  37. h1, h2, h3, h4, h5, h6 {
  38.     font-family: arial, helvetica, sans-serif;
  39.     color: navy;
  40.     background: white;
  41.     font-weight: normal;
  42.     }
  43.  
  44. div.section h1 { 
  45.      font-size: 1.5em ; 
  46.      }
  47.  
  48. div.section h2 { 
  49.      font-size: 1.4em ;
  50.     padding : 0.5em 0 0;
  51.     margin: 1.7em 0 0.8em 0
  52.      }
  53.      
  54. div.section h3 { 
  55.      font-size: 1.1em ;
  56.     margin: 1.4em 0 0.7em 0
  57.      }
  58.      
  59. div.section h4 {
  60.      font-size: 1em ;
  61.          margin: 1.1em 0 0.5em 0
  62.      }
  63.      
  64. div.section h5 { 
  65.      font-size: 1em ;
  66.               margin: 1em 0 0.5em 0
  67.      }
  68.      
  69. div.section h6 { 
  70.      font-size: 1em ;
  71.      }
  72.  
  73. hr {
  74.     margin : 0;
  75. }
  76.  
  77.  
  78. /* Tables*/
  79. table { 
  80.         background: white;
  81.         }
  82.         
  83. th {
  84.      font-family: arial, helvetica, sans-serif;
  85.      background: white;
  86.      text-align : left;
  87.      
  88.      }
  89.      
  90. td {
  91.      font-family: arial, helvetica, sans-serif;
  92.      background: white;
  93.      }
  94.  
  95. /*Links*/
  96. a.plain { 
  97.           text-decoration: none;
  98.           }
  99.           
  100. a:link {
  101.     color: navy;
  102.     }
  103.         
  104. a:visited {
  105.     color: Purple;
  106.     }
  107.  
  108. a:active {
  109.     color: red;
  110.     background-color: Yellow;
  111.     }
  112. a:hover {
  113.     color: navy;
  114.     background-color: yellow;
  115.     text-decoration : none;
  116.     }
  117.  
  118. /* Lists*/
  119.  
  120. li {
  121.         margin: 1em 0 1em 0;
  122. }
  123. li p {
  124.     margin: 0 0 0.3em 0;
  125. }
  126.  
  127.               
  128. /* Footnotes */
  129. div.footnotes p {
  130.     background: white;
  131.     color: black;
  132.     font-size: 85%;
  133.     margin-left: 0%;
  134.     }
  135.  
  136.  
  137. div.affiliation {  }
  138.  
  139.  
  140. div.abstract p { 
  141.     margin: 0.5em 2em 0 0;
  142. }
  143.  
  144. /*div.toc dl dt, div.list-of-tables dl dt, div.list-of-figures dl dt{ 
  145.           text-align: left;
  146.           font-size: small;
  147.           font-weight : normal;
  148.           }*/
  149.  
  150. /* Revision History */
  151. div.REVHISTORY th { /* Used to center the title of the table that */
  152.                     /* contains the revision history */
  153.                     text-align: center;
  154.                     }
  155.  
  156. /* Sections */
  157. div.sections p { 
  158.                text-align: left;
  159.                }
  160.  
  161. /* Acronyms */
  162. span.acronym { 
  163.     font-weight: bold;
  164.     }
  165.  
  166. /* Foreignphrase */
  167. i.foreignphrase { 
  168.     font-weight: normal;
  169.     }
  170.  
  171. div.legalnotice {
  172.     margin: 2em 0 2em 0
  173. }
  174. div.legalnotice p {
  175.     margin: 0;
  176. }
  177. div.abstract {
  178.         margin: 2em 0 2em 0
  179. }
  180. p.copyright{
  181.         margin: 1em 0 1em 0;
  182. }
  183.  
  184. /* ProgramListings */
  185. pre { 
  186.     font-family: "courier new", courier, monospace;
  187.     color: Blue;
  188.     background-color : #EAEAEA;
  189.     margin: 0.5em 0 0.5em 0;
  190.     padding:0.2em;
  191.     text-align:left;
  192.     font-size: 90%;
  193.     }
  194.         
  195. tt{
  196.     color: Maroon;
  197.     font-family: "courier new", courier, monospace;
  198.     font-size: 100%;
  199. }
  200. tt.filename{
  201.     color:blue;
  202.     }
  203. tt.replaceable{
  204.     color:green;
  205.     }
  206. tt.command{
  207.     font-weight:bold;
  208.     }
  209. span.lineannotation {
  210.       font-family: arial, helvetica, sans-serif;
  211.     color:green;
  212.     }
  213. .caption {
  214.     font-style : italic;
  215. }
  216. div.note h3 {
  217.     color:black;
  218. }
  219. div.note{
  220.     margin:1em 0 0.5em 0;
  221. }
  222. div.toc dl,div.list-of-tables dl, div.list-of-figures dl {
  223.     margin: 0.5em 0 0.5em 0;
  224.     font-size : small;
  225.     font-weight : normal;
  226. }
  227. div.toc, div.list-of-tables, div.list-of-figures {
  228.     margin: 2em 0 0.5em 0;
  229.     line-height: 100%;
  230.  
  231. }
  232. dt {
  233.     margin : 0.5em 0 0.5em 0;
  234. }
  235. p {
  236.     margin:0.3em 0 0 0;
  237.         line-height: 130%;
  238.         text-align : left;
  239.         font-size: 90%;
  240. }
  241. .blockquote {
  242.     line-height: 120%;
  243.     font-size : small;
  244.     margin: 1em 0 1em 0;
  245. }
  246. li{
  247.     margin:0.2em 0 0.2em 0;
  248. }
  249. div.footpage {
  250.     text-align : center;
  251.     font-size : small;
  252. }
  253.  
  254. /* Misc (te) */
  255.  
  256. .strong {
  257.         font-weight:bold;
  258.  
  259. }